Path
@Serializable
Path holds the properties of values to be set when path is drawn
Constructors
Link copied to clipboard
constructor( color: String? = "#4b90e2", pulseColor: String? = "#ffffff", nearRadius: Double? = 1.8, farRadius: Double? = null, drawDuration: Double? = 1500.0, drawConnectionSegments: Boolean? = null, pulseIterations: Double? = null, connectionPathOptions: MPIOptions.ConnectionPath? = null, displayArrowsOnPath: Boolean? = true, interactive: Boolean? = false, animateDrawing: Boolean? = true, farZoom: Double = 10000.0, flattenPath: Boolean = false, nearZoom: Double = 375.0, pulsePauseDuration: Double = 750.0, showPulse: Boolean = true)
Properties
Link copied to clipboard
Animate the drawing of the path in the direction of travel.
Link copied to clipboard
Set properties for connection path when using stacked maps
Link copied to clipboard
Whether to display arrow on path drawn
Link copied to clipboard
Whether to draw connection segments
Link copied to clipboard
Duration of drawing
Link copied to clipboard
Flatten the path to a 2D line
Link copied to clipboard
Whether the path should be clickable.
Link copied to clipboard
Near radius of the path drawn (in meters since V4)
Link copied to clipboard
Pulse color of the path drawn
Link copied to clipboard
Set the pulse interations
Link copied to clipboard
How many milliseconds to wait before starting the next pulse after the current pulse travels the entirety of the path.